-
Notifications
You must be signed in to change notification settings - Fork 277
Add function that checks if function id represents a clinit. #4706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function that checks if function id represents a clinit. #4706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit test, as well please. You know it makes sense :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 7f1830e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/113106427
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, no unused code in the cbmc codebase please :)
A utility for checking whether the supplied function id corresponds to a clinit.
db37c52
to
8a93ecf
Compare
@smowton No problem, added. |
8a93ecf
to
5fb715c
Compare
Shows that is_clinit_function returns true iff input has method signature with a suffix that matches that of clinit
5fb715c
to
c227ab5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: c227ab5).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/113421780
A utility for checking whether the supplied function id corresponds to a
clinit.